glBeginQueryIndexed, glEndQueryIndexed

delimit the boundaries of a query object on an indexed target

Signature

glBeginQueryIndexed( GLenum ( target ) , GLuint ( index ) , GLuint ( id ) )-> void
glBeginQueryIndexed( target , index , id )
glBeginQueryIndexed, glEndQueryIndexed( )->
glEndQueryIndexed( GLenum ( target ) , GLuint ( index ) )-> void
glEndQueryIndexed( target , index )

Parameters

VariablesDescription
target
Specifies the target type of query object established between glBeginQueryIndexed and the subsequent glEndQueryIndexed . The symbolic constant must be one of GL_SAMPLES_PASSED , GL_ANY_SAMPLES_PASSED , GL_PRIMITIVES_GENERATED , GL_TRANSFORM_FEEDBACK_PRIMITIVES_WRITTEN , or GL_TIME_ELAPSED .
index
Specifies the index of the query target upon which to begin the query.
id
Specifies the name of a query object.